home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / typinstr.arc / PREPARE1.BAT < prev    next >
DOS Batch File  |  1991-03-20  |  765b  |  27 lines

  1. rem      *   1 DISKETTE DRIVE PREPARE
  2. rem      *   Insert the DOS diskette
  3. rem            when the system asks
  4. rem            for drive B.
  5. rem      *   Insert the Professor DOS
  6. rem            #1 when the system 
  7. rem            asks for drive A.
  8. rem      *   You will make several
  9. rem            diskette exchanges.
  10. rem      *   Use DOS 1 or DOS 2
  11. rem      *   You're ready when you've
  12. pause          read above.
  13. rem         DOS = drive B:
  14. rem         Professor DOS 1 = drive A:
  15. b:
  16. copy command.com a:
  17. rem           DOS = drive B:
  18. rem         Professor DOS 1 = drive A:
  19. sys a:
  20. rem
  21. rem      *   If ok you should have seen
  22. rem                 1 file(s) copied
  23. rem                 system transferred
  24. rem            on your screen.
  25. a:
  26. prepare
  27.